[INFO] cloning repository https://github.com/rustyhorde/barto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rustyhorde/barto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fbarto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fbarto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6073d406d7cd94b90b9ee0add9999441efc9c414
[INFO] checking rustyhorde/barto against try#7dabc88a3b6768751847baeb49983f31ac5f20e2 for pr-155945
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fbarto" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rustyhorde/barto
[INFO] finished tweaking git repo https://github.com/rustyhorde/barto
[INFO] tweaked toml for git repo https://github.com/rustyhorde/barto written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rustyhorde/barto on toolchain 7dabc88a3b6768751847baeb49983f31ac5f20e2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rustyhorde/barto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d18cc4fefd2ed39d9840da702108edc7a3b76f6ce69022a33128fcd76cdefac9
[INFO] running `Command { std: "docker" "start" "-a" "d18cc4fefd2ed39d9840da702108edc7a3b76f6ce69022a33128fcd76cdefac9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d18cc4fefd2ed39d9840da702108edc7a3b76f6ce69022a33128fcd76cdefac9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18cc4fefd2ed39d9840da702108edc7a3b76f6ce69022a33128fcd76cdefac9", kill_on_drop: false }`
[INFO] [stdout] d18cc4fefd2ed39d9840da702108edc7a3b76f6ce69022a33128fcd76cdefac9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5230e633ab802b668c19188f677ed59d4c30f24d6bb1026d086583664bafd021
[INFO] running `Command { std: "docker" "start" "-a" "5230e633ab802b668c19188f677ed59d4c30f24d6bb1026d086583664bafd021", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling gix-trace v0.1.19
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling gix-validate v0.11.1
[INFO] [stderr]    Compiling gix-utils v0.3.2
[INFO] [stderr]    Compiling gix-error v0.2.3
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling gix-path v0.12.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling gix-chunk v0.7.1
[INFO] [stderr]    Compiling gix-quote v0.7.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling gix-command v0.9.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling gix-bitmap v0.3.1
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling gix-packetline v0.21.3
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling gix-url v0.36.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]     Checking tokio v1.52.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling gix-imara-diff v0.2.1
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling vergen-lib v10.0.0-beta.8
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling gix-config-value v0.18.0
[INFO] [stderr]    Compiling gix-sec v0.14.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling vergen v10.0.0-beta.8
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling gix-features v0.48.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling sysinfo v0.38.4
[INFO] [stderr]    Compiling vergen-gix v10.0.0-beta.8
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling gix-hash v0.25.0
[INFO] [stderr]    Compiling gix-fs v0.21.1
[INFO] [stderr]    Compiling gix-glob v0.26.0
[INFO] [stderr]    Compiling gix-transport v0.57.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling gix-hashtable v0.15.0
[INFO] [stderr]    Compiling gix-date v0.15.3
[INFO] [stderr]    Compiling gix-commitgraph v0.37.0
[INFO] [stderr]    Compiling gix-attributes v0.33.0
[INFO] [stderr]    Compiling gix-ignore v0.21.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling gix-actor v0.41.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling gix-object v0.60.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling gix-pathspec v0.18.0
[INFO] [stderr]    Compiling gix-prompt v0.15.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling gix-credentials v0.38.0
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling gix-tempfile v23.0.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling gix-lock v23.0.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling gix-revwalk v0.31.0
[INFO] [stderr]    Compiling gix-filter v0.30.0
[INFO] [stderr]    Compiling gix-pack v0.70.0
[INFO] [stderr]    Compiling gix-traverse v0.57.0
[INFO] [stderr]    Compiling gix-revision v0.45.0
[INFO] [stderr]    Compiling gix-ref v0.63.0
[INFO] [stderr]    Compiling gix-shallow v0.12.0
[INFO] [stderr]    Compiling gix-negotiate v0.31.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling gix-index v0.51.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling gix-refspec v0.41.0
[INFO] [stderr]    Compiling gix-discover v0.51.0
[INFO] [stderr]    Compiling gix-config v0.56.0
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling gix-protocol v0.61.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling gix-odb v0.80.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling gix-worktree v0.52.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling gix-diff v0.63.0
[INFO] [stderr]    Compiling gix-dir v0.25.0
[INFO] [stderr]    Compiling gix-submodule v0.30.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling gix-worktree-state v0.30.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling gix-status v0.30.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling vergen-pretty v10.0.0-beta.8
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling tracing-subscriber-init v0.2.6
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling gix v0.83.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling bincode-next v3.0.0-rc.13
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling virtue-next v0.1.3
[INFO] [stderr]    Compiling redb v4.1.0
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking ron v0.12.1
[INFO] [stderr]     Checking yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde-untagged v0.1.9
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking convert_case v0.11.0
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]    Compiling bincode_derive-next v3.0.0-rc.13
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking rapidhash v4.4.1
[INFO] [stderr]     Checking unty-next v0.1.1
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling pastey v0.2.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking config v0.15.22
[INFO] [stderr]     Checking dirs2 v3.0.1
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling bon v3.9.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking actix-tls v3.5.0
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr] error: could not compile `gix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7dabc88a3b6768751847baeb49983f31ac5f20e2/bin/rustc --crate-name gix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gix-0.83.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_join' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::stable_sort_primitive' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::should_panic_without_expect' '--allow=clippy::return_self_not_must_use' '--allow=clippy::result_large_err' '--allow=clippy::redundant_else' '--allow=clippy::range_plus_one' '--allow=clippy::option_option' '--allow=clippy::no_effect_underscore_binding' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::naive_bytecount' '--allow=clippy::mut_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_wild_err_arm' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::many_single_char_names' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--allow=clippy::manual_assert' '--allow=clippy::large_stack_arrays' '--allow=clippy::large_enum_variant' '--allow=clippy::iter_without_into_iter' '--allow=clippy::iter_not_returning_iterator' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::inefficient_to_string' '--allow=clippy::inconsistent_struct_constructor' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_not_else' '--allow=clippy::from_iter_instead_of_collect' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::filter_map_next' '--allow=clippy::explicit_iter_loop' '--allow=clippy::explicit_into_iter_loop' '--allow=clippy::explicit_deref_methods' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_docs' '--allow=clippy::doc_markdown' '--allow=clippy::default_trait_access' '--allow=clippy::copy_iterator' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_to_int_with_if' --cfg 'feature="attributes"' --cfg 'feature="blob-diff"' --cfg 'feature="blocking-network-client"' --cfg 'feature="command"' --cfg 'feature="credentials"' --cfg 'feature="dirwalk"' --cfg 'feature="excludes"' --cfg 'feature="gix-status"' --cfg 'feature="index"' --cfg 'feature="interrupt"' --cfg 'feature="revision"' --cfg 'feature="sha1"' --cfg 'feature="status"' --cfg 'feature="worktree-mutation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-network-client", "async-network-client-async-std", "async-std", "attributes", "auto-chain-error", "basic", "blame", "blob-diff", "blocking-http-transport-curl", "blocking-http-transport-curl-openssl", "blocking-http-transport-curl-rustls", "blocking-http-transport-reqwest", "blocking-http-transport-reqwest-native-tls", "blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls-trust-dns", "blocking-network-client", "cache-efficiency-debug", "comfort", "command", "credentials", "default", "dirwalk", "document-features", "excludes", "extras", "gix-archive", "gix-status", "gix-worktree-stream", "hp-tempfile-registry", "index", "interrupt", "mailmap", "max-control", "max-performance", "max-performance-safe", "merge", "need-more-recent-msrv", "pack-cache-lru-dynamic", "pack-cache-lru-static", "parallel", "prodash", "progress-tree", "regex", "revision", "revparse-regex", "serde", "sha1", "sha256", "status", "tracing", "tracing-detail", "tree-editor", "tree-error", "worktree-archive", "worktree-mutation", "worktree-stream", "zlib-ng", "zlib-ng-compat", "zlib-rs", "zlib-stock"))' -C metadata=7aaa78f27ce14e99 -C extra-filename=-d31c0aaaa5e9c6cd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gix_actor=/opt/rustwide/target/debug/deps/libgix_actor-ea7d88ce61fad1b3.rmeta --extern gix_attributes=/opt/rustwide/target/debug/deps/libgix_attributes-0e339eb4faf613ef.rmeta --extern gix_command=/opt/rustwide/target/debug/deps/libgix_command-49e601db4423fe99.rmeta --extern gix_commitgraph=/opt/rustwide/target/debug/deps/libgix_commitgraph-2d21158851640785.rmeta --extern gix_config=/opt/rustwide/target/debug/deps/libgix_config-5612c7ff5c794d36.rmeta --extern gix_credentials=/opt/rustwide/target/debug/deps/libgix_credentials-fe5cb54f56f492c7.rmeta --extern gix_date=/opt/rustwide/target/debug/deps/libgix_date-9a754de23aa30cdc.rmeta --extern gix_diff=/opt/rustwide/target/debug/deps/libgix_diff-e52fa25a73f94c3a.rmeta --extern gix_dir=/opt/rustwide/target/debug/deps/libgix_dir-9234cdc8a4726a96.rmeta --extern gix_discover=/opt/rustwide/target/debug/deps/libgix_discover-8a74bcfbbaae3ab2.rmeta --extern gix_error=/opt/rustwide/target/debug/deps/libgix_error-ebf2d445a6b453b4.rmeta --extern gix_features=/opt/rustwide/target/debug/deps/libgix_features-8e595a86a44ccf90.rmeta --extern gix_filter=/opt/rustwide/target/debug/deps/libgix_filter-9cfb3776701db5ea.rmeta --extern gix_fs=/opt/rustwide/target/debug/deps/libgix_fs-90a984381ca2b4d3.rmeta --extern gix_glob=/opt/rustwide/target/debug/deps/libgix_glob-09ec70cb70410f96.rmeta --extern gix_hash=/opt/rustwide/target/debug/deps/libgix_hash-60e488baa097a99b.rmeta --extern gix_hashtable=/opt/rustwide/target/debug/deps/libgix_hashtable-0ccfdd35689f1639.rmeta --extern gix_ignore=/opt/rustwide/target/debug/deps/libgix_ignore-0df28184d7cf102a.rmeta --extern gix_index=/opt/rustwide/target/debug/deps/libgix_index-345fc0cd7345de71.rmeta --extern gix_lock=/opt/rustwide/target/debug/deps/libgix_lock-c9ca330816678a22.rmeta --extern gix_negotiate=/opt/rustwide/target/debug/deps/libgix_negotiate-c9034efd1a0e48cd.rmeta --extern gix_object=/opt/rustwide/target/debug/deps/libgix_object-7b6e46d4f5c37a0b.rmeta --extern gix_odb=/opt/rustwide/target/debug/deps/libgix_odb-281a61cb019c0ecb.rmeta --extern gix_pack=/opt/rustwide/target/debug/deps/libgix_pack-86314f2aab2d0747.rmeta --extern gix_path=/opt/rustwide/target/debug/deps/libgix_path-8469f1aab7585877.rmeta --extern gix_pathspec=/opt/rustwide/target/debug/deps/libgix_pathspec-a31252d25ab71bcd.rmeta --extern gix_prompt=/opt/rustwide/target/debug/deps/libgix_prompt-3118db90c092a6b6.rmeta --extern gix_protocol=/opt/rustwide/target/debug/deps/libgix_protocol-567088458b8fdf2b.rmeta --extern gix_ref=/opt/rustwide/target/debug/deps/libgix_ref-1c8836dc7169ee34.rmeta --extern gix_refspec=/opt/rustwide/target/debug/deps/libgix_refspec-9490bfd8a487b595.rmeta --extern gix_revision=/opt/rustwide/target/debug/deps/libgix_revision-5b8e738c734e9d5b.rmeta --extern gix_revwalk=/opt/rustwide/target/debug/deps/libgix_revwalk-eae6e519975aef26.rmeta --extern gix_sec=/opt/rustwide/target/debug/deps/libgix_sec-971b00c0bd12b3b8.rmeta --extern gix_shallow=/opt/rustwide/target/debug/deps/libgix_shallow-3204e8125a308089.rmeta --extern gix_status=/opt/rustwide/target/debug/deps/libgix_status-23b822bfe6ae9660.rmeta --extern gix_submodule=/opt/rustwide/target/debug/deps/libgix_submodule-2563c6d5065110de.rmeta --extern gix_tempfile=/opt/rustwide/target/debug/deps/libgix_tempfile-63f1698b1a851bc1.rmeta --extern gix_trace=/opt/rustwide/target/debug/deps/libgix_trace-3b8fbe54aacaee11.rmeta --extern gix_transport=/opt/rustwide/target/debug/deps/libgix_transport-301c8b6ac8da38d7.rmeta --extern gix_traverse=/opt/rustwide/target/debug/deps/libgix_traverse-dfa93306c9788e6d.rmeta --extern gix_url=/opt/rustwide/target/debug/deps/libgix_url-875d482e9e802555.rmeta --extern gix_utils=/opt/rustwide/target/debug/deps/libgix_utils-fe5c30b02d8ef99d.rmeta --extern gix_validate=/opt/rustwide/target/debug/deps/libgix_validate-6fc09d9e6ab661f2.rmeta --extern gix_worktree=/opt/rustwide/target/debug/deps/libgix_worktree-861d1af25280e0c4.rmeta --extern gix_worktree_state=/opt/rustwide/target/debug/deps/libgix_worktree_state-445349b35d422fd7.rmeta --extern nonempty=/opt/rustwide/target/debug/deps/libnonempty-e5eeae30d733a830.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-65b0fa2496391eec.rmeta --extern signal_hook=/opt/rustwide/target/debug/deps/libsignal_hook-f9e43b02d9fbe356.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-c40d71ac53833721.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-aa4f9e5f459a4f49.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7dabc88a3b6768751847baeb49983f31ac5f20e2/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1dcad4d88f461513 -C extra-filename=-6a9b9d2ba4e1c102 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-1e60d5ec5e2c59dc.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-6f4d766043157369.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-facf2e44834b75c0.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-2e3d6ab3cce6ffcd.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-835b0ef52219ad05.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-cf1db75054873a9f.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-9cb9f0dd78f57648/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5230e633ab802b668c19188f677ed59d4c30f24d6bb1026d086583664bafd021", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5230e633ab802b668c19188f677ed59d4c30f24d6bb1026d086583664bafd021", kill_on_drop: false }`
[INFO] [stdout] 5230e633ab802b668c19188f677ed59d4c30f24d6bb1026d086583664bafd021
